home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gLastTimeRollover, gPano, gPanoMovieID, hsID
- if rollOver(5) then
- if the machineType = 256 then
- set result to gPano(mMouseOver)
- if result <> 0 then
- set hsID to item 2 of result
- cursor(200)
- cursor(-1)
- hsBranchAN1()
- else
- cursor(200)
- cursor(-1)
- set gLastTimeRollover to 0
- end if
- else
- PanoMovie("Direct", gPanoMovieID, "mouseOver")
- if the result <> 0 then
- set hsID to item 2 of the result
- cursor(200)
- cursor(-1)
- hsBranchAN1()
- else
- cursor(200)
- cursor(-1)
- set gLastTimeRollover to 0
- end if
- end if
- else
- if gLastTimeRollover then
- cursor(200)
- cursor(-1)
- set gLastTimeRollover to 0
- if the machineType = 256 then
- gPano(mIdle)
- else
- PanoMovie("Direct", gPanoMovieID, "idle")
- end if
- end if
- end if
- go(the frame)
- end
-